/*# sourceURL=/Public/Home/css/css.css */
/*@ sourceURL=/Public/Home/css/css.css */
/*@ sourceURL=/Public/Home/css/css.css */
html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: transparent;
}

img {
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0
}

span {
	border: 0
}

:focus {
	outline: transparent;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}
.fl{float: left;}
.fr{float: right;}
/*-------------主css------------------*/

.warpper {
	min-width: 1280px;
	overflow-x: hidden;
}


/*头部css*/

.proheader {}

.proheader-top {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
	background: white;
}

.hea-logo {
	line-height: 73px;
	padding-left: 90px;
	display: inline-block;
	height: 80px;
}


/*.hea-search{
	display: flex;
	justify-content: center;
}
.hea-search>div,.hea-search>a{
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.hea-search>div>span{
	font-family: arial;
	color: #ec1a23;
	cursor: pointer;
}
.hea-search>a{
	display: inline-block;
	background-color: #ec1a23;
	color: white;
}
.hea-search>a>i{
	font-size: 20px;
}*/

.hea-other {
	display: flex;
	justify-content: center;
}

.hea-other>div {
	width: 80px;
	height: 80px;
	text-align: center;
}

.hea-language {
	position: relative;
}

.hea-language:hover>div:nth-child(2) {
	visibility: inherit;
	opacity: 1;
	height: auto;
}

.hea-language>span {
	height: 80px;
	line-height: 80px;
	font-family: arial;
	color: #ec1a23;
	cursor: pointer;
}

.hea-language>div>a:hover {
	background-color: #ec1a23;
	color: white;
}

.hea-language>div:nth-child(2) {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .1s;
	background-color: white;
	border: 1px solid #cccccc;
	position: absolute;
	width: 78px;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
}

.hea-language>div>a {
	width: 100%;
	line-height: 40px;
	color: black;
	display: inline-block;
	height: 40px;
	transition: all .1s;
}

.hea-search {
	line-height: 80px;
	position: relative;
}

.hea-search>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	text-align: center;
	background-color: #ec1a23;
	color: white;
}

.hea-search>a>i {
	font-size: 20px;
}

.hea-search-input {
	height: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 90px;
	height: 80px;
	transition: all .1s;
}

.hea-search-input>input {
	height: 30px;
	padding: 3px 10px;
	line-height: 80px;
	width: 200px;
	border: 1px solid #ec1a23;
}


/*5.25新增*/

.hea-memu>li:hover>.two-mume {
	opacity: 1;
	visibility: initial;
	height: auto;
}

.two-mume {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	transition: .2s;
	z-index: 99;
}

.two-mume>li {
	background-color: white;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.two-mume>li:hover {
	background-color: #F8F8F8;
}

.two-mume>li>a {
	color: black;
}


/*5.25新增到这*/

.hea-memu-icon {
	display: none;
}

.hea-memu {
	display: flex;
	justify-content: space-around;
	margin-left: 210px;
	width: 50%;
}

.hea-memu>li {
	line-height: 80px;
	width: 15%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.hea-memu-content {
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: red;
}

.hea-memu-acyivity>a {
	color: #ec1a23 !important;
}

.hea-memu>li:hover>a {
	color: #ec1a23;
}

.hea-memu-product {
	width: 100%;
	max-width: 1470px;
	position: absolute;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-moz-box-shadow: 0px 0px 15px #333333;
	-webkit-box-shadow: 0px 0px 15px;
	box-shadow: 0px 0px 15px rgb(51, 51, 51, 0.3);
	left: 50%;
	transform: translateX(-50%);
	top: 78px;
	z-index: 10;
	display: flex;
	justify-content: center;
	background-color: white;
	transition: all .2s;
}

.hea-memu-product-left {
	width: 28%;
	background-color: white;
	border-right: 1px solid #256b8c;
}

.hea-memu-product-left-activity {
	background-color: #F8F8F8;
	border: 1px solid #256b8c;
	border-right-color: transparent !important;
}

.hea-memu-product-left>p {
	padding-top: 35px;
	padding-left: 70px;
	padding-bottom: 25px;
}

.hea-memu-product-left>ul {
	font-size: 14px;
	padding-bottom: 30px;
}

.hea-memu-product-left>ul>li {
	min-height: 34px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border-right: 1px solid #256b8c; */
}

.hea-memu-product-left-activity:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0;
	background: #F8F8F8;
}

.hea-memu-product-left>ul>li>p {
	line-height: 34px;
	padding-left: 70px;
}

.hea-memu-product-left .img {
	padding: 25px 35px 25px 0;
	display: none;
}

.hea-memu-product-left-activity .img {
	display: block;
}

.hea-memu-product-right {
	width: 72%;
	background-color: #F8F8F8;
}


/*5.29*/

.hea-memu-product-right-list {
	padding: 80px 40px;
	justify-content: flex-start;
	display: none;
	transition: all .2s;
}

.hea-memu-product-right>.hea-memu-product-right-list-activity {
	display: flex;
}

.hea-memu-product-right-list>ul {
	width: 19%;
}

.hea-memu-product-right-list>ul>li {
	line-height: 25px;
}

.hea-memu-product-right-list a {
	color: black;
	font-size: 14px;
	word-break: break-all;
}

.hea-memu-product-right-list a:hover {
	color: #256b8c;
}


/*5.29到这*/


/*.hea-memu-product-right>.hea-memu-product-right-list-activity{
	display: block;
}*/

.hea-memu>li:after {
	content: "";
	width: 3px;
	height: 4px;
	background: #cccccc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hea-memu>li:first-child {
	padding-left: 0;
}

.hea-memu>li:last-child {
	padding-right: 0;
}

.hea-memu>li:last-child:after {
	width: 0;
	height: 0;
}

.hea-memu>li>a {
	color: black;
}

.proheader-bottom {
	height: 70px;
	background: linear-gradient(#305f79, #2f7195 30%, #2f7195 100%);
}

.proheader-bottom:after {
	clear: both;
	display: block;
	content: "";
}

.proheader-bottom>div:first-child {
	margin-left: 90px;
	float: left;
	line-height: 70px;
	height: 70px;
	color: white;
}

.proheader-bottom>a:last-child {
	height: 40px;
	margin: 15px 80px 15px 0;
	line-height: 40px;
	padding: 0 30px;
	color: #2f7195;
	border-radius: 20px;
	box-shadow: 0 5px 5px #cacaca inset;
	background-color: white;
	float: right;
}

.proheader-bottom>a>i,
.proheader-bottom>div>i {
	font-size: 20px;
	margin-right: 7px;
}


/*脚部*/

.profoot {
	box-shadow: 0 5px 40px -8px #333333 inset;
	background-color: #134e6e;
	padding: 55px 0 30px;
	position: relative;
}

.profoot:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #0c415e;
	border-top: 1px solid #2b607d;
	position: absolute;
	left: 0;
	top: 355px;
}

.profoot-main {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.profoot-main-left {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.profoot-main-left>li>p {
	margin-bottom: 35px;
	color: white;
}

.profoot-main-left>li>p>i {
	display: none;
}

.profoot-detailed>a {
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	color: #91a3b1;
	transition: all 0.2s;
}
.profoot-detailed>a:hover{
	color: white;
}

.profoot-main-right {
	text-align: right;
	color: white;
}

.profoot-main-right>div:first-child {
	text-align: center;
	color: #91a3b1;
	width: 100px;
	float: right;
}

.profoot-main-right>div:first-child>p {
	margin-top: 15px;
}

.profoot-main-right>div:nth-child(2) {
	padding-top: 40px;
	clear: both;
}

.profoot-main-right>div:nth-child(2)>a {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: white;
	margin-left: 10px;
	border-radius: 50%
}
.profoot-main-right>div:nth-child(2)>a i{
	border-radius: 50%;
	display: inline-block;width: 100%;
	height: 100%;
}
.profoot-main-right>div:nth-child(2) .icon-qq{border:1px solid #15b1ff;color: #15b1ff;}
.profoot-main-right>div:nth-child(2) .icon-wechat{border:1px solid #00d100;color: #00d100;}
.profoot-main-right>div:nth-child(2) .icon-xinlang{border:1px solid #ff464a;color: #ff464a;}


.profoot-remarks {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	color: white;
	font-size: 14px;
	margin-top: 30px;
	line-height: 30px;
}

.profoot-remarks-right {
	border: 1px solid #235d7c;
	position: relative;
	
}

.profoot-remarks-right>span {
	margin-right: 75px;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	float: none;
	background-image: none;
	padding-left: 0
}

.profoot-remarks-right {
	border: 1px solid #235d7c;
	display: flex;
}

.profoot-remarks-right>i {
	position: absolute;
	top:50%;
	right: 15px;
	transform: translateY(-50%);
}

#select {
	box-sizing: border-box;
	/*margin-right: -20px;*/
	position: relative;
	color: white;
	background: transparent;
	width: 180px;
	padding: 0 15px;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

option {
	background-color: #134e6e;
}


/*主页*/

.ibanner-pagination{
	z-index: 1;
	position: absolute;
	text-align: center;
}
.ibanner-bullet{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius:50%;
	background:white;
	border: 1px solid #2f7195;
	margin: 0 8px;
}
.ibanner-bullet-active{
	background:#2f7195;
}
.index-banner {
	position: relative;
	overflow-x: hidden;
}

.index-banner-img {
	display: block;
	color: black;
}

.index-banner-img>img {
	width: 100%;
	display: block;
	margin-top: -2px;
}

.index-banner-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 40%;
	color: white;
	text-align: right;
	max-width: 1400px;
	width: 100%;
}

.index-banner-title>p:first-child,
.index-banner-title>p:nth-child(2) {
	font-size: 44px;
	font-weight: 900;
}

.index-banner-title>p:nth-child(3) {
	font-size: 35px;
	font-weight: 600;
}

.index-banner-title>a {
	display: inline-block;
	padding: 15px 25px;
	background-color: #ed1b24;
	color: white;
	border-radius: 40px;
	margin-top: 50px;
}

.index-coures {
	position: relative;
	height: 940px;
	background: url("/Public/Home/css/../images/1-banner2.jpg");
	background-size: cover;
	background-repeat-y: no-repeat;
	background-position: center;
	overflow-x: hidden;
}

.index-coures-bj>img {
	width: 100%;
}

.index-coures-swiper {
	position: absolute;
	max-width: 1470px;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index-coures-swiper>.swiper-container {
	height: 100%;
}

.index-coures-swiper-main {
	margin-top: 245px;
}

.index-coures-swiper-main-left {
	border: 12px solid #e3eef2;
	padding: 80px 40px;
	display: inline-block;
	background-color: white;
	color: #2f7195;
	font-weight: 900;
	width: 80%;
}

.index-coures-swiper-main-left>p {
	font-size: 28px;
}

.index-coures-swiper-main-left>a {
	display: inline-block;
	font-size: 14px;
	color: #2f7195;
	margin-top: 40px;
	letter-spacing: 5px;
}

.index-coures-swiper-main-left a:hover {
	color: red;
}

.index-coures-swiper-main-right {
	position: absolute;
	width: 680px;
	top: 150px;
	right: 0;
}

.index-coures-swiper-main-right>img {
	width: 100%;
}

.index-swiper-coures-indicator {
	position: absolute;
	top: 100px;
	left: 85px;
	z-index: 10;
}

.index-swiper-coures-indicator>span {
	padding: 0 20px;
	border-left: 2px solid black;
	font-weight: 900;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}

.index-swiper-coures-indicator>span:first-child {
	border: none;
	/*padding-left: 0;*/
}

.index-swiper-coures-indicator-activity:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 4px;
	background-color: #ed1b24;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.index-swiper-coures-indicator>.index-swiper-coures-indicator-activity {
	color: #ed1b24;
}

.index-coures-swiper>.index-swiper-coures-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	transform: translateX(-50%);
	width: auto;
	padding: 20px 32px;
	color: white;
	font-size: 22px;
	font-weight: 900;
	background-color: #ed1b24;
}

.index-news {
	/*height: 1360px;*/
	background: url("/Public/Home/css/../images/1-newbj.jpg");
	background-size: cover;
	background-repeat-y: no-repeat;
	background-position: center;
}

.index-news-hea {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	color: #2f7195;
	padding-top: 125px;
	padding-bottom: 115px;
}

.index-news-main {
	max-width: 1400px;
	margin: auto;
	margin-bottom: 140px;
}

.index-news-main-left {
	float: left;
	width: 54%;
	margin-right: -50px;
}

.index-news-main-right {
	float: right;
	width: 46%;
	z-index: 1;
	border: 10px solid #d7e6eb;
	background-color: white;
	margin-top: 60px;
	padding: 70px 0 70px 30px;
}

.index-news-main:after {
	clear: both;
	display: block;
	content: "";
}

.index-news-main-left-img {
	position: relative;
	padding-left: 30px;
	z-index: 3;
	overflow: hidden;
	width: 95%;
	height: 540px;
}

.index-news-main-left-img>img {
	width: 95%;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index-news-main-left-img>img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.index-news-main-left-title {
	z-index: 2;
	border: 3px solid #d7e6eb;
	padding: 170px 37px 60px;
	margin-right: 30px;
	margin-top: -125px;
	background-color: white;
	position: relative;
}

.index-news-main-left-title:hover>a:first-child {
	color: #2f7195;
}

.index-news-main-left-title>a:first-child {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	transition: .2s;
	color: black;
}

.index-news-main-left-title>p:nth-child(2) {
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 24px;
}

.index-news-main-left-title>a:last-child {
	position: absolute;
	color: white;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 20px;
	border-radius: 50%;
	background-color: #89b6ce;
	bottom: -28px;
	left: 145px;
	line-height: 16px;
	text-align: center;
}

.index-news-main-right-news {
	margin-left: 40px;
	margin-right: 50px;
	display: flex;
	justify-content: center;
	padding-bottom: 35px;
}

.index-news-main-right-news:last-child {
	padding-bottom: 0;
}

.index-news-main-right-news-img {}

.index-news-main-right-news-title {
	padding-left: 20px;
}

.index-news-main-right-news-title:hover>p:first-child {
	color: black;
	display: block;
}

.index-news-main-right-news-title>p:first-child {
	font-size: 22px;
	color: #2f7195;
	font-weight: 900;
	margin-bottom: 20px;
	transition: .2s;
}

.index-news-main-right-news-title>p:nth-child(2) {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.index-news-main-right-news:after {
	display: block;
	content: "";
	clear: both;
}


/*页头动画*/

@keyframes opacitydown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes opacityup {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.index-query {
	width: 100%;
	height: 178px;
	background: url("/Public/Home/css/../images/1-bottombj.jpg") center no-repeat;
	background-size: cover;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-query-main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-query-title {
	font-size: 23px;
	font-weight: 900;
	margin-right: 60px;
}

.index-query-input {
	display: flex;
}

.index-query-input>input {
	font-size: 18px;
	display: inline-block;
	height: 30px;
	padding: 10px 25px;
	background-color: white;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	border: none;
	margin-right: -25px;
	color: #e81821;
}

.index-query-input>a {
	color: white;
	display: inline-block;
	background-color: #e81821;
	padding: 0 45px;
	line-height: 50px;
	border-radius: 40px;
}


/*关于我们-发展历程*/

.coures {
	height: 680px;
	background: url("/Public/Home/css/../images/1-bannerbj.jpg") center no-repeat;
	background-size: cover;
}

.coures-hea {
	width: 1115px;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 60px;
}

.coures-hea>p {
	font-size: 45px;
	color: #2f7195;
	font-weight: 900;
}

.coures-swiper {
	width: 1115px;
	margin: auto;
	margin-top: 80px;
	position: relative;
}

.coures-swiper>.swiper-container {
	margin: 0 75px;
	padding-bottom: 70px;
}

.coures-swiper-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
}

.coures-swiper-main>div:first-child {
	width: 175px;
	height: 115px;
	background-color: #ec1a23;
	text-align: center;
	color: white;
	position: relative;
}

.coures-swiper-main>div:first-child>p:first-child {
	padding-top: 25px;
	font-size: 14px;
}

.coures-swiper-main>div:first-child>p:nth-child(2) {
	padding-top: 15px;
	font-size: 26px;
}

.coures-swiper-main>div:first-child>img {
	position: absolute;
	bottom: -25px;
	left: 0;
}

.coures-swiper-main>div:nth-child(2) {
	width: 58%;
}

.coures-swiper-main>div:nth-child(3) {
	margin-right: 35px;
	border-radius: 14px;
	overflow: hidden;
}

.coures-swiper>.swiper-button-next,
.coures-swiper>.swiper-button-prev {
	height: 20px;
}

.coures-swiper>.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23979797'%2F%3E%3C%2Fsvg%3E")
}

.coures-swiper>.swiper-button-prev {
	top: 28%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ec1a23'%2F%3E%3C%2Fsvg%3E")
}

.coures-swiper>.swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23979797'%2F%3E%3C%2Fsvg%3E")
}

.coures-swiper>.swiper-button-next {
	top: 28%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ec1a23'%2F%3E%3C%2Fsvg%3E")
}

.coures-swiper>.swiper-pagination {
	width: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
}

.coures-swiper>.swiper-pagination:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ec1a23;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.coures-swiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid #ec1a23;
	background-color: white;
	opacity: 1;
	position: relative;
	z-index: 1;
}

.coures-swiper .swiper-pagination-bullet-active:after {
	width: 10px;
	height: 10px;
	background-color: #ec1a23;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.coures-swiper-years {
	display: flex;
	justify-content: space-around;
	margin-top: 25px;
}

.coures-swiper-years>span {
	display: inline-block;
	width: 40px;
	text-align: center;
}


/*公司简介*/

.profile {
	margin: auto;
	width: 1200px;
}

.profile-main {
	margin-top: 60px;
}

.profile-one {
	position: relative;
	padding-bottom: 170px;
}

.profile-one-img {
	display: inline-block;
	box-shadow: 30px 30px 0px #ec1a23;
}

.profile-one-title {
	position: absolute;
	background-color: white;
	padding: 50px 45px 50px 70px;
	width: 500px;
	right: 0;
	top: 220px;
}

.profile-one-title>div {
	position: relative;
}

.profile-one-title>div:first-child {
	font-size: 26px;
	font-weight: 900;
}

.profile-one-title>div:nth-child(2) {
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.profile-one-title>div:nth-child(2)>p {
	text-indent: 2em;
}

.profile-one-title:before {
	content: "01";
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 95px;
	font-size: 180px;
	color: #f8f8f8;
	font-family: "宋体";
}

.profile-two {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.profile-two-title {
	width: 450px;
	padding: 140px 75px;
	background-color: #f8f8f8;
	position: relative;
	margin-top: -35px;
}

.profile-two-title>div {
	position: relative;
}

.profile-two-title>div:first-child {
	font-size: 26px;
	font-weight: 900;
}

.profile-two-title>div:nth-child(2) {
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-indent: 2em;
}

.profile-two-title:before {
	content: "02";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 90px;
	right: 80px;
	font-size: 180px;
	color: white;
	font-family: "宋体";
}

.profile-three {
	margin-bottom: 80px;
	height: 400px;
	background: url("/Public/Home/css/../images/2-company3.jpg");
	background-size: cover;
	text-align: center;
	color: white;
}

.profile-three>div:first-child {
	font-size: 27px;
	font-weight: 900;
	padding-top: 90px;
	padding-bottom: 15px;
}

.profile-three>.icon1 {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("/Public/Home/css/../images/2-icon1.png");
	background-size: cover;
	position: relative;
}

.icon1:before,
.icon1:after {
	content: "";
	display: inline-block;
	width: 90px;
	height: 2px;
	background: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.icon1:before {
	left: -96px;
}

.icon1:after {
	right: -96px;
}

.profile-three>p {
	margin: 45px 75px;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	text-indent: 2em;
}

.profile-one-six {
	box-shadow: 8px 8px 15px #f7f7f7;
}

.profile-one>.profile-one-six>div:nth-child(2)>p {
	text-indent: 0;
}

.profile-one>.profile-one-six>div:nth-child(2)>p:last-child {
	margin-top: 30px;
	text-indent: 2em;
}

.profile-one>.profile-one-four:before {
	content: "04";
}

.profile-two>.profile-two-five:before {
	content: "05";
}

.profile-one>.profile-one-six:before {
	content: "06";
}


/*资质荣耀*/

.honors {
	background-color: #f9f9f9;
}

.honors-sel {
	text-align: center;
}

.honors-sel>a {
	display: inline-block;
	color: #666666;
	height: 45px;
	line-height: 45px;
	padding: 0 60px;
	border: 1px solid #dfdfdf;
	border-radius: 40px;
	margin: 20px;
}

.honors-sel>.honors-activity {
	border-color: #2f7195;
	color: white;
	background-color: #2f7195;
}

.honors-main {
	width: 1200px;
	margin: auto;
}

.honors-main:after {
	content: "";
	display: block;
	clear: both;
}

.honors-main>li {
	float: left;
	background-color: white;
	display: inline-block;
	text-align: center;
	width: 23%;
	margin-right: 2.6%;
	box-shadow: 10px 10px 10px #f2f2f2;
	margin-bottom: 30px;
}

.honors-main>li:nth-child(4n) {
	margin-right: 0;
}

.honors-main>li>div:first-child {
	margin: 28px;
	height: 310px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.honors-main>li>div:first-child>img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .2s;
}

.honors-main>li>div:first-child>img:hover {
	transform: translate(-50%, -50%) scale(1.2);
}

.honors-main>li>p {
	font-size: 14px;
	color: #888888;
	text-align: center;
	line-height: 45px;
	height: 45px;
	border-top: 1px solid #f0f0f0;
}

.jump {
	width: 1150px;
	text-align: right;
	margin: auto;
	padding: 10px 0 60px;
}

.jump>a {
	display: inline-block;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #eeeeee;
	color: black;
	font-family: arial;
}

.jump>a:first-child,
.jump>a:nth-last-child(2) {
	background-color: #2f7195;
	color: white;
}

.jump>span {
	font-size: 14px;
}

.jump>span>input {
	margin: 0;
	padding: 0 7px;
	width: 50px;
	height: 34px;
	border: 1px solid #979797;
	line-height: 34px;
}

.enlarge-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: none;
}

.enlarge-mask:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .4;
}

.enlarge-mask-main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 200px;
	min-height: 300px;
	background-color: white;
	z-index: 21;
	padding: 20px;
}

.enlarge-mask-main>div:first-child {
	text-align: right;
	padding-bottom: 10px;
}

.enlarge-mask-main>div:first-child>i {
	font-size: 30px;
	cursor: pointer;
}


/*关于我们-视频*/

.video {
	background: url("/Public/Home/css/../images/2-videobj.jpg");
	padding-bottom: 70px;
}

.video>.video-swiper {
	width: 1200px;
	margin: auto;
	margin-bottom: 30px;
}

.video-main {
	width: 1200px;
	height: 675px;
}

.video-main>video {
	background-color: black;
}

.video-bofang {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ec1a23;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: white;
	border-radius: 50%;
}

.video-bofang>i {
	font-size: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-swiper-pagination {
	position: relative;
	overflow-x: scroll;
	width: 1200px;
	margin: auto;
	text-align: center;
}

.video-swiper-pagination::-webkit-scrollbar {
	display: none;
}

.video-swiper-leftandright {
	width: 1400px;
	margin: auto;
	position: relative;
	top: 90px;
}

.video-swiper-leftandright i {
	font-size: 30px;
	color: white;
}

.video-swiper-left,
.video-swiper-right {
	color: black;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.video-swiper-left {
	left: 20px;
}

.video-swiper-right {
	right: 20px;
}

.video-swiper-pagination>.swiper-pagination {
	position: initial;
	height: 190px;
	white-space: nowrap;
}

.video-swiper-pagination .swiper-pagination-bullet {
	width: 277px;
	height: 190px;
	background: none;
	margin-right: 30px;
}

.video-swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.video-swiper-pagination .swiper-pagination-bullet>img {
	width: 100%;
}

.videotime {
	position: absolute;
	z-index: 6;
	width: 80px;
	height: 20px;
	background-color: black;
	bottom: 0;
	left: 0;
	color: white;
	line-height: 24px;
	font-size: 14px;
}

.video-swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	position: relative;
}

.video-swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5;
}

.video-swiper-pagination .swiper-pagination-bullet-active:after {
	background-color: transparent;
	opacity: 0;
}

.video-swiper-pagination .swiper-pagination-bullet-active>.videotime {
	display: none;
}


/*理念体系*/

.system {
	min-height: 880px;
	background: url("/Public/Home/css/../images/4-systembj.jpg") center no-repeat;
	background-position-y: top;
}

.system>.coures-hea>p {
	color: white;
}

.system-main {
	max-width: 1740px;
	margin: auto;
	margin-top: 30px;
}

.system-swiper {
	height: 500px;
}

.system-swiper>.swiper-wrapper {}

.system-swiper .swiper-slide {
	transition: all .2s;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	padding-bottom: 20px;
	transform: scale(0.5) translateY(20px);
}

.system-swiper .swiper-slide-prev {
	transform: scale(.8)translate(-150px, 70px);
}

.system-swiper .swiper-slide-prev p,
.system-swiper .swiper-slide-next p {
	font-size: 20px !important;
	font-weight: 900;
}

.system-swiper .swiper-slide-next {
	transform: scale(.8)translate(150px, 70px);
}

.system-swiper .swiper-slide-active {
	transform: scale(2) translateY(120px);
}

.swiper-slide-img {
	overflow: hidden;
}

.system-swiper img {
	width: 100%;
}

.swiper-slide-img>p {
	color: #2f7195;
}

.swiper-slide-active>.swiper-slide-img>p {
	display: none;
}

.system-swiper .swiper-slide p {
	margin-top: 20px;
	font-size: 30px;
	font-weight: 900;
	position: relative;
}

.system-swiper .swiper-slide p:before,
.system-swiper .swiper-slide p:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #2f7195;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.system-swiper .swiper-slide p:before {
	left: 80%;
}

.system-swiper .swiper-slide p:after {
	right: 80%;
}

.system-explain {
	text-align: center;
	margin-top: 160px;
	padding-bottom: 80px;
}

.system-explain>.system-explain-li-activity {
	display: block;
}

.system-explain-li {
	display: none;
	text-align: center;
	position: relative;
}

.system-explain-li:before {
	content: "";
	width: 2px;
	height: 100px;
	background: #2f7195;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -140px;
}

.system-explain-li>div {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #2f7195;
	text-align: center;
}

.system-explain-li>div>i {
	display: inline-block;
	margin: 15px;
	width: 30px;
	height: 30px;
	line-height: 80px;
	background: url("/Public/Home/css/../images/2-system.png") center no-repeat;
	background-size: contain;
}

.system-explain-li>p {
	margin-top: 20px;
	color: #2f7195;
	font-size: 22px;
	font-weight: 900;
}


/*联系我们*/

.contact {
	position: relative;
}

.contact-map>img {
	width: 100%;
}

.contact-list {
	width: 1280px;
	margin: auto;
	position: relative;
}

.contact-list {
	width: 1280px;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -640px;
}

.contact-list-warpper {
	width: 450px;
	height: 410px;
	border-top: 10px solid #EC1A23;
	padding-bottom: 30px;
	background-color: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border-radius: 10px;
	overflow: hidden;
}

/*.contact-list-warpper-ul {
	height: 100%;
	overflow-y: scroll;
}*/

.contact-list-warpper-ul::-webkit-scrollbar {
	display: none;
}

.contact-list-warpper-li {
	padding:30px 0;
	box-sizing: border-box;
	display: block;
	border-bottom: 1px dashed #ececec;
}

.contact-list-warpper-li:last-child {
	border: none;
}

.contact-list-warpper-li:after {
	clear: both;
	display: block;
	content: "";
}

.contact-list-warpper-li>div {
	float: left;
}

.contact-list-warpper-li>div:first-child {
	width: 25px;
}

.contact-list-warpper-li>div:last-child {
	float: right;
	width: 440px;
}

.contact-list-warpper-li>div:last-child>p {
	color: #888888;
	font-size: 14px;
	margin-top: 7px;
}

.contact-list-warpper-li>div:last-child>p:nth-child(1) {
	color: #333333;
	font-size: 24px;
	margin: 0;
}

.contact-list-warpper-li>div:last-child>p>span:first-child {
	margin-right: 20px;
}

.contact-list-down {
	text-align: center;
	height: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: inline-block;
	margin: 0;
	color: white;
	background-color: #2f7195;
	cursor: pointer;
}

.contact-list-down>i {
	height: 30px;
	font-size: 25px;
	line-height: 30px;
}


/*产品详细页*/

.product {}

.product-hea {
	background-color: #fafafa;
}

.product-hea>div {
	margin: auto;
	max-width: 1400px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.product-hea>div>a {
	display: inline-block;
	color: #999999;
	line-height: 60px;
	padding: 0 35px;
}

.product-hea>div>.product-hea-activity {
	color: #256b8c;
}

.product-banner {
	background-image: url("/Public/Home/css/../images/3-bannerbj.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-bottom: 70px;
}

.product-banner-middle {
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.product-banner-middle>.product-banner-swiper {
	width: 50%;
	margin: 0;
}

.product-banner-middle-img>img {
	width: 100%;
}

.product-banner-title {
	width: 50%;
}

.product-banner-title-main {
	background-image: url("/Public/Home/css/../images/3-bannerbj-n.png");
	background-position-x: left;
	background-size: contain;
	background-repeat: no-repeat;
	color: white;
	margin-top: 60px;
	margin-left: 60px;
}

.product-banner-title-main>div {
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 40px;
}

.product-banner-title-main>div>p {
	line-height: 42px;
	margin-bottom: 10px;
}

.product-banner-title-main>ul>li {
	margin-bottom: 29px;
}

.product-banner-title-main>ul>li>strong {
	font-size: 20px;
	margin-right: 10px;
}

.product-classify {
	max-width: 1310px;
	margin: auto;
	padding: 90px 45px 45px;
	background: url("/Public/Home/css/../images/3-borderbj.png");
}

.product-classify-from {
	position: relative;
	display: block;
	background-color: white;
	padding: 40px 30px;
	display: flex;
	justify-content: space-between;
}

.product-classify-from>div:first-child {
	position: absolute;
	padding: 0 50px;
	background-color: #256b8c;
	color: white;
	height: 50px;
	line-height: 50px;
	top: -50px;
	left: 0;
}

.product-classify-from>table:nth-child(2) {
	width: 64%;
	margin-right: 4px;
}

.product-classify-from>table tr {
	margin-bottom: 2px;
}

.product-classify-from>table th {
	background-color: #4c93ae;
	color: white;
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-bottom: 2px solid white;
}

.product-classify-from>table td {
	height: 25px;
	line-height: 25px;
	background-color: #f0f2f2;
	margin-bottom: 2px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	font-size: 14px;
	font-family: arial;
	color: #666666;
}

.product-classify-from>table:nth-child(2) td {
	width: 60px;
	text-align: center;
}

.product-classify-from>table:last-child {
	width: 36%;
}

.product-classify-from>table:last-child td {
	padding-left: 10px;
}

.product-detailed {
	background: url("/Public/Home/css/../images/BG02.jpg") center no-repeat;
	background-size: cover;
	height: 1150px;
	margin-top: 110px;
}

.product-detailed>div {
	padding-top: 340px;
	width: 1400px;
	margin: auto;
}


/*新闻中心*/

.news {
	max-width: 1200px;
	margin: auto;
}

.news-main {
	padding: 30px 0;
}

.news-main>li {
	margin: auto;
	transition: all .2s;
}

.news-main>li:hover {
	box-shadow: 0 0 20px 7px #f3f3f3;
}

.news-main>li:hover>div {
	border-bottom: 1px solid transparent;
}

.news-main>li:hover .news-main-img>img {
	transform: translate(-50%, -50%) scale(1.2);
}

.news-main>li>div {
	padding: 40px 0;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
}

.news-main-img {
	width: 30%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.news-main-img>img {
	transition: all .2s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news-main-title {
	width: 68%;
	margin-left: 2%;
	color: #666666;
	font-size: 14px;
}

.news-main-title>a:first-child {
	font-size: 22px;
	line-height: 60px;
	font-weight: 500;
	color: black;
}

.news-main-title>p:nth-child(3) {
	margin-top: 35px;
	line-height: 24px;
}

.news-main-title>a:last-child {
	display: inline-block;
	color: #ed1b24;
	font-family: arial;
	margin-top: 35px;
	font-weight: 600;
}


/*新闻详情页*/

.details {
	max-width: 1200px;
	margin: auto;
	margin-top: 55px;
}
.details .articlebox{
	background: white;
	float: left;
	width: 850px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.details .articlebox2{
	float: right;
	background: white;	width: 300px;
	padding: 30px 20px 0;
	box-sizing: border-box;
}
.news-article{
	text-align: center;
}

.article-head {
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.article-head>h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: 100;
	margin-top: 0;
}

.article-head>p:nth-child(2) {
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}

.article-content {
	text-align: left;
	line-height: 40px;
	color: #555;
	margin-bottom: 70px;
}

.article-content>img {
	max-width: 100%;
}

.article-foot {
	border-top: 1px solid #eee;
	padding: 40px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-switch>p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.article-switch>p:hover{
	color: #134e6e;
}

.article-switch>p>a {
	color: inherit;
}

.article-foot>a:last-child {
	display: inline-block;
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #134e6e;
	color: white;
}
.details .articlebox2 .head span{
	font-size: 22px;
	line-height: 22px;
}
.details .articlebox2 .head a{
	color: #999999;	line-height: 22px;
}
.details .articlebox2 .list a{
	display: block;
	padding: 20px 0;
	border-bottom:1px solid #eeeeee ;
	color: inherit;
}
.details .articlebox2 .list a img{
	width: 100%;
}
.details .articlebox2 .list a p{
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*招聘*/

.principle {
	height: 1150px;
	background: url("/Public/Home/css/../images/6-jobbj.jpg") center no-repeat;
	background-size: cover;
}

.principle-main {
	max-width: 1600px;
	margin: auto;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.principle-main-img {
	width: 69%;
	height: 668px;
	position: relative;
	overflow: hidden;
}

.principle-main-img>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .2s;
}

.principle-main-img>img:hover {
	transform: translate(-50%, -50%) scale(1.2);
}

.principle-main-title {
	width: 31%;
	color: white;
}

.principle-main-title>div {
	margin-left: 40px;
}

.principle-main-title>div:first-child {
	margin-top: 190px;
}

.principle-main-title>div:first-child>p {
	font-size: 45px;
	font-weight: 900;
}

.principle-main-title>div:nth-child(2) {
	margin-top: 50px;
}

.principle-main-title>div:nth-child(2)>p {
	line-height: 30px;
	font-size: 18px;
}


/*人才招聘*/

.recruit {
	padding-bottom: 80px;
	background: url("/Public/Home/css/../images/6-jobbj2.jpg") center no-repeat;
	/*max-height: 1350px;*/
	min-height: 1000px;
}

.recruit-main {
	width: 1200px;
	margin: auto;
}

.recruit-list {
	box-shadow: 0 0 20px #4e4e4e;
	font-size: 14px;
	color: #666666;
	background-color: white;
}

.recruit-list-hea {
	display: flex;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	background-color: #2f7195;
	justify-content: space-between;
	color: white;
}

.recruit-list-li {
	border-bottom: 1px solid #efefef;
}

.recruit-list-hea>div:first-child,
.recruit-list-li-nav>div:first-child {
	text-align: left;
	width: 40%
}

.recruit-list-hea>div,
.recruit-list-li-nav>div {
	width: 20%;
	text-align: center;
}

.recruit-list-li-activity>.recruit-list-li-nav {
	background-color: #efefef;
}

.recruit-list-li-nav {
	cursor: pointer;
	display: flex;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	justify-content: space-between;
	position: relative;
}

.recruit-list-li-activity .recruit-list-li-nav-icon {
	color: #2f7195;
}

.recruit-list-li-nav>.recruit-list-li-nav-icon {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	width: auto;
}

.recruit-list-li-activity>.recruit-list-li-detailed {
	display: block;
}

.recruit-list-li-detailed {
	padding: 25px;
	background-color: white;
	display: none;
}

.recruit-list-li-detailed>div {
	margin-bottom: 35px;
}

.recruit-list-li-detailed>div>p:first-child {
	color: #2f7195;
	font-weight: 600;
	margin-bottom: 10px;
}

.recruit-list-li-detailed>div>p>span {
	margin-right: 30px;
}

.recruit-list-li-detailed-condition>li {
	margin-bottom: 10px;
}

.recruit-list>.jump {
	padding: 20px 0;
}


/*用户服务-查询证书*/

.query {
	padding: 40px 0;
	border-bottom: 1px solid #dddddd;
}

.query-main {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.query-condition {
	font-size: 14px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px #ececec;
	display: flex;
	justify-content: center;
	align-items: center;
}

.query-condition>input {
	border: 1px solid #ececec;
	color: #999999;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background: linear-gradient(#ffffff, #f8f8f8);
}

.query-condition>a {
	display: inline-block;
	padding: 0 24px;
	background-color: #EC1A23;
	color: white;
	height: 46px;
	line-height: 46px;
}


/*用户服务-下载*/

.download {
	width: 1200px;
	margin: auto;
	padding-bottom: 30px;
}

.download-hea {
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #dfdfdf;
	color: #888888;
	font-size: 14px;
}

.download-hea>div:first-child {
	width: 45%;
	text-align: left;
}

.download-hea>div {
	width: 10%;
	text-align: center;
	padding: 0 25px;
}

.download-main-li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0;
	color: #888888;
}

.download-main-li>div:first-child {
	width: 45%;
	text-align: left;
	padding: 0 25px;
}

.download-main-li>div>p:first-child {
	color: black;
	font-size: 18px;
	margin-bottom: 15px;
}

.download-main-li>div:first-child>p:nth-child(2) {
	font-family: arial;
	font-size: 14px;
}

.download-main-li>p,
.download-main-li>div:last-child {
	display: inline-block;
	width: 10%;
	text-align: center;
	padding: 0 25px;
	font-family: arial;
}

.download-main-li>div:last-child>a {
	color: #888888;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dcdcdc;
	padding: 0 30px;
	border-radius: 30px;
	font-size: 14px;
	transition: all .1s;
}

.download-main-li>div:last-child>a:hover {
	border: 1px solid #EC1A23;
	background-color: #EC1A23;
	color: white;
}


/*服务中心*/

.service {
	padding-top: 60px;
}

.ser-banner {
	display: flex;
	justify-content: space-between;
}

.ser-banner-img {
	width: 56%;
}

.ser-banner-img>img {
	width: 100%;
}

.ser-banner-title {
	width: 44%;
	background: url("/Public/Home/css/../images/4-servicebj.jpg") left no-repeat;
	background-size: cover;
	position: relative;
}

.ser-banner-title>div {
	position: absolute;
	left: 57%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	width: 80%;
}

.ser-banner-title>div>p:nth-child(1),
.ser-banner-title>div>p:nth-child(2),
.ser-banner-title>div>p:nth-child(3) {
	font-size: 41px;
	font-weight: 900;
}

.ser-banner-title>div>p:nth-child(4),
.ser-banner-title>div>p:nth-child(5) {
	margin-top: 20px;
	line-height: 25px;
}

.ser-team {
	padding: 100px 100px;
	display: flex;
	justify-content: space-between;
}

.ser-team-main {
	display: inline-block;
}

.ser-team-hea {
	color: #ec1a23;
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.ser-team-hea>i {
	color: #ec1a23;
	font-size: 30px;
}

.ser-team-hea>div {
	font-weight: 600;
}

.ser-team-main:first-child {
	width: 35%;
}

.ser-team-main:nth-child(2) {
	width: 60%;
}

.ser-team-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -35px;
}

.ser-team-list>li {
	width: 184px;
	font-size: 12px;
	color: #7e7e7e;
	margin-left: 26px;
}

.ser-team-list>li>p:first-child {
	font-size: 14px;
	font-weight: 600;
	color: #ec1a23;
	padding-bottom: 20px;
}

.ser-team-list>li>div {
	margin-bottom: 20px;
}

.ser-team-list>li>div>p {
	line-height: 20px;
}


/*用户服务-营销网络*/

.networld {}

.networld-map {
	width: 1400px;
	margin: auto;
	height: 900px;
	position: relative;
}

.networld-mapbj {
	width: 100%;
	height: 100%;
	background: url("/Public/Home/css/../images/4-map.jpg") center no-repeat;
	background-size: cover;
}

.networld-map>.networld-hq {
	color: #eb1a23;
	top: 440px;
	left: 1120px;
	position: absolute;
}

.networld-hq>i {
	display: inline-block;
	width: 22px;
	height: 36px;
	background: url("/Public/Home/css/../images/4-hq.png");
	cursor: pointer;
}

.networld-factory {
	position: absolute;
	top: 0;
	left: 0;
	color: #90c31f;
}

.networld-factory>i {
	width: 25px;
	height: 31px;
	background: url("/Public/Home/css/../images/4-factory.png");
	display: inline-block;
	cursor: pointer;
}

.networld-factory1 {
	top: 440px;
	left: 1130px;
}

.networld-factory2 {
	top: 480px;
	left: 1100px;
}

.networld-factory3 {
	top: 533px;
	left: 959px;
}

.neworld-call {
	position: absolute;
	bottom: 100px;
	left: 0;
	font-size: 14px;
	box-shadow: 0 0 20px #ececec;
	border-radius: 40px;
	padding: 10px 30px;
	color: #666666;
}

.neworld-call>div:first-child>i,
.neworld-call>div:first-child>span:nth-child(2) {
	color: #e60012;
}

.neworld-call>div:nth-child(2)>i,
.neworld-call>div:nth-child(2)>span:nth-child(2) {
	color: #124c6b;
}

.networld-explain {
	width: 220px;
	height: 87px;
	border-radius: 87px;
	box-shadow: 0 0 20px #ededed;
	position: absolute;
	top: 0;
	left: 60px;
	background: white;
	opacity: 0;
	transition: all .2s;
}

.networld-explain>div:first-child {
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background-color: #e8191b;
	position: absolute;
}

.networld-explain>div:first-child>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.networld-explain>div:nth-child(2) {
	position: absolute;
	height: 87px;
	margin-left: 100px;
	line-height: 87px;
}

.networld-factory>.networld-explain>div:first-child {
	background: #8dc21f;
}

.networld-hq>i:hover+.networld-explain,
.networld-factory>i:hover+.networld-explain {
	opacity: 1;
}

.networld-list {
	padding: 35px 100px;
	display: flex;
	justify-content: space-between;
	background: #f8f8f8;
}

.networld-list-main:first-child {
	width: 60%;
}

.networld-list-main:nth-child(2) {
	width: 10%;
}

.networld-list-main:nth-child(3) {
	width: 20%;
}

.networld-list-main-hea {
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	color: #e60012;
}

.networld-list-main-hea>i {
	width: 25px;
	height: 31px;
	display: inline-block;
}

.networld-list-main:first-child>.networld-list-main-hea>i {
	background-image: url("/Public/Home/css/../images/4-address.png");
}

.networld-list-main:nth-child(2)>.networld-list-main-hea>i {
	background: url("/Public/Home/css/../images/4-factory.png");
}

.networld-list-main:nth-child(3)>.networld-list-main-hea>i {
	background: url("/Public/Home/css/../images/4-networld.png");
}

.networld-list-address {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 12px;
}


/*.networld-list-address>li>p:first-child{
	color: #e60012;
	font-weight: 600;
	margin-bottom: 10px;
}
.networld-list-address>li>ul>li{
	line-height: 20px;
	color: #717171;
}*/

.networld-list-address3 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 12px;
}

.networld-list-address3>li {
	width: 33%;
}


/*搜索结果页面*/

.result {
	background-color: #f9f9f9;
}

.result-main {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.result-main-head {
	border-bottom: 1px solid #eaeaea;
	height: 72px;
	line-height: 72px;
}

.result-list {
	padding-bottom: 30px;
}

.result-list li:hover {
	padding: 0 25px 0 30px;
	background: #2f7195;
}

.result-list li {
	height: 80px;
	font-size: 16px;
	line-height: 80px;
	border-bottom: 1px solid #dedede;
	transition: .2s;
}

.result-list li a {
	display: block;
}

.txt_overflow {
	display: block;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.result-list li:hover font {
	color: #fff;
	background: url("/Public/Home/css/../images/icon34on.png") left center no-repeat;
}

.result-list li font {
	display: inline-block;
	width: calc(100% - 120px);
	box-sizing: border-box;
	background: url("/Public/Home/css/../images/icon34.png") left center no-repeat;
	padding-left: 24px;
	color: #333;
}

.result-list li:hover span {
	padding-left: 0;
	font-size: 0;
	width: 16px;
	height: 80px;
	background: url("/Public/Home/css/../images/icon36.png") center no-repeat;
}

.result-list li span {
	float: right;
	color: #999;
	background: url("/Public/Home/css/../images/icon35.png") left center no-repeat;
	padding-left: 22px;
	display: inline-block;
}
/*12.25*/

.prolist1{
	position: relative;
	color: white;
	min-width: 1600px;
}
.prolist1 .imagbox{
	overflow: hidden;
}
.prolist1 .imagbox>img{
	width: 100%;
}
.prolist1 .imagbox .tab{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.prolist1 .imagbox .tab>div{
	display: none;
}
.prolist1 .imagbox .tab>div.on{
	display: block;
}
.prolist1 .imagbox .tab>div img{
	width: 100%;
}
.prolist1 .tabbox{
	height: 100%;
	position: absolute;
	width: 1400px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.prolist1 .tabbox .title{
	padding-top: 5%;
	width: 600px;
}
.prolist1 .tabbox .title .on{
	display: block;
}
.prolist1 .tabbox .title>div{
	display: none;
}
.prolist1 .tabbox .title h1{
	font-size: 30px;
	font-weight: 100;
}
.prolist1 .tabbox .title h1:after{
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: white;
	margin-top: 5px;
	margin-bottom: 20px;
}
.prolist1 .tabbox .title p{
	font-size: 18px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 128px;
}
.prolist1 .tabbox .nav{
	width: 600px;
	margin-left: 0;
	position: absolute;
	bottom: 40px;
	left: 0;
}
.prolist1 .tabbox .nav img{
	width: 100%;
	cursor: pointer;
}
.prolist1 .tabbox .nav .on{
	border: 2px solid white;box-sizing: border-box;
}

.prolist2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.prolist2 .left{
	float: left;
	width: 240px;
}
.prolist2 .left .head{
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom: 70px;
	color: white;
	background: #2f7195;
	font-size: 24px;
	font-weight: 100;
	margin: 0;
}
.prolist2 .left .head:before{
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	background: white;margin-bottom: 40px;
}
.prolist2 .left li{
	border-bottom:1px solid white;
}
.prolist2 .left li.on .tab{
	visibility:  initial;
	height: auto;
}
.prolist2 .left li>a{
	position: relative;
}
.prolist2 .left li>a:before{
	content: "";
	display: block;
	width: 4px;
	height: 28px;
	background: #2f7195;
	position: absolute;
	left: 5px;
	top: 50%;
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-50%);
}
.prolist2 .left li:hover>a:before{
	display: block;
	left: 0;
	opacity: 1;
}
.prolist2 .left a{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px 14px 20px 30px;
	background: #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #333333;
}
.prolist2 .left .tab{
	visibility: hidden;
	height: 0;
}
.prolist2 .left .tab a{
	border-bottom:1px solid white;
	background: #f7f7f7;
}
.prolist2 .left .tab a:hover{
	color: #2f7195;
}

.prolist2 .right{
	float: right;
	width: 900px;
}
.prolist2 .right .head{
	margin: 10px 0 35px;
	font-weight: 100;
	text-align: center;
}
.prolist2 .right .list .item{
	padding: 15px;
	box-sizing: border-box;
	display: inline-block;
	width: 285px;
	float: left;
	margin-right: 22.5px;
	margin-bottom: 50px;
	transition: all 0.2s;	
	box-shadow: 0px 0px 12px 3px #f7f7f7;
}
.prolist2 .right .list .item:hover{
	background: #e5e6e8;
}
.prolist2 .right .list .item:nth-child(3n){
	margin-right: 0;
}
.prolist2 .right .list .item .img{
	overflow: hidden;
}
.prolist2 .right .list .item .img img{
	transition: all 0.2s;
	width: 100%;
}
.prolist2 .right .list .item:hover .img img{
	transform: scale(1.03);
}
.prolist2 .right .list .item .title{
	padding: 20px 15px 25px;
	box-sizing: border-box;
	text-align: center;
}
.prolist2 .right .list .item .title p{
	margin-bottom: 30px;
	font-size: 20px;
}
.prolist2 .right .list .item .title a{
	display: flex;
	width: 125px;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;color: #333333;
	border: 1px solid #b1b1b1;
	background: white;
}
.prolist2 .right .list .item .title a i{
	color: #e83428;
}
.more{
	display: block;
	cursor: pointer;
	width: 100%;
	height: 46px;
	background: #134e6e;
	text-align: center;
	margin-bottom: 100px;
}
.more i{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:1px solid white ;
	text-align: center;
	font-size: 22px;
	margin-top: 8px;
	color: white;
	border-radius: 50%;
}
.contact2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 95px;
}
.basehead{
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	color: #2f7195;
	padding: 70px 0 50px;
	margin: 0;
}
.contact2 .con2-box .map{
	float: left;
	width: 675px;
}
.contact2 .con2-box .map .mapbox{
	position: relative;
	margin-bottom: 40px;
}
.contact2 .con2-box .map .list>div{
	position: absolute;
}
.contact2 .con2-box .map .list>div p{
	line-height: 30px;
	margin-left: 10px;
}
.contact2 .con2-box .map .list .item1{
    top: 196px;
    left: 500px;
}
.contact2 .con2-box .map .list .item1>div:nth-child(2){
	margin-left: -11px;
}
.contact2 .con2-box .map .list .icon{
	animation: anm1 2s ease-in-out .2s infinite;
}
.contact2 .con2-box .map .list .item1 .icon{
	margin-top: 30px;
}
@keyframes anm1 {
	0% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}
}
.contact2 .con2-box .map .list .item2{
     top: 266px;
     left: 495px;
}
.contact2 .con2-box .map .list .item3{
    top: 432px;
    left: 85px;
}
.contact2 .con2-box .map .list .icon-dingwei{
	font-size: 30px;
	color: #de2810;
}
.contact2 .con2-box .map .tips{
	text-align: center;
}
.contact2 .con2-box>.list{
	float: right;
	width: 525px;
	border-left: 1px dashed #eeeeee;
	border-right: 1px dashed #eeeeee;
	box-sizing: border-box;
	padding-left: 30px;
}
.history{
	background-image:url("/Public/Home/css/../images/historybg.jpg") ;
	background-size:cover ;
	padding-bottom: 115px;
}
.history-btn{
	text-align: center;
	margin-bottom: 60px;
}
.history-btn span{
	margin: 0 15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.history-btn span .btnhover{
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.2s;
}
.history-btn span:hover .btnhover{
	opacity: 1;
}
.historybox{
	padding: 50px 0 0;
	height: 800px;
	width: 1100px;
	margin: 0 auto;
	/*margin-bottom: 115px;*/
	overflow-y: scroll;
}
.historybox::-webkit-scrollbar{
	display: none;
}
.historybox .item{
	width: 450px;
	position: relative;
	height: 512px;
	float: left;
}

.historybox .item .head{
	font-size: 30px;
	color: #ec1a23;
	margin: 0;
	margin-bottom: 10px;
	position: relative;
}
.historybox .item .head:after{
	content: "";
	width: 100%;
	height: 1px;
	border-top: 2px dashed #2f7195;
	position: absolute;
	top: 50%;
	left: 130px;
}
.historybox .item .title{
	line-height: 36px;
	color: #4a4a4a;
	margin-bottom: 40px;
}
.historybox .item .img{
	display: inline-block;
	border-radius:5px;
	overflow: hidden;
	position: relative;
	float: right;
}
.historybox .item .img img{
	width: 100%;
}
.historybox .item .speed{
	position: absolute;
	right:-137px;
	top: 20px;
	z-index: 2;
	width: 74px;
	height: 237px;
}
.historybox .item .speed .spot{
	display: inline-block;
	width: 94px;
	height: 94px;
	background-image:url("/Public/Home/css/../images/jd1.png") ;
	position: absolute;
	top: -47px;
	left: 50%;
	transform: translateX(-50%);
}
.historybox .item .speed .spot .spot1,.historybox .item .speed .spot .spot2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.historybox .item .speed .spot .spot2{
	opacity: 0;
	transition: 0.2s;
}
.historybox .item:hover .speed .spot .spot2{
	opacity: 1;
}
.historybox .item:nth-child(2){
	margin-top: 265px;
}
.historybox .item:nth-child(2n){
	float: right;
}
.historybox .item:nth-child(2n) .head{
	text-align: right;
}
.historybox .item:nth-child(2n) .head:after{
	left: inherit;
	right: 130px;
}
.historybox .item:nth-child(2n) .speed{
	    left: -137px;
    top: 20px;
    right: inherit;
}
.historybox .item:nth-child(2n) .img{
	float: left;
}
.historybox .item:last-child .midspeed{
	display: none;
}

.network{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 90px;
	position: relative;
}
.network>div{
	position: relative;
}
.network .mapbox img{
	width: 100%;
}
.network .titlehead{
	width: 958px;
	height: 107px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image:url("/Public/Home/css/../images/bg2.png") ;
}
.network .titlehead p{
	line-height: 52px;
	font-size: 17px;
	width: 700px;
	margin:  0 auto;
}
.network .titlehead p span{
	font-size: 25px;
	color: #2f7195;
	
}
.network .point span{
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.network .point span .img{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: 0.2s;
	opacity: 0;
}
.network .point span:hover .img{
	opacity: 1;
}
.network .point1{
    top: 302px;
    left: 453px;
}
.network .point2{
    top: 348px;
    left: 323px;
}
.network .list{
	width: 350px;
	position: absolute;
    top: 476px;
    left: 624px;
}
.network .list .head{
	text-align: center;
	font-size: 30px;
	color: #2f7195;
}
.network .list .head span{
	color: #de2810;
}
.network .list>div{
	display: flex;
	line-height: 30px;
}
.network .list>div div{
	flex: 1;
}
